API Help
Eplan.EplApi.HEServices Namespace / DrawingService Class / CreateDisplayList Method / CreateDisplayList(Placement[]) Method
Objects, for which a graphical representation should be created.

In This Topic
    CreateDisplayList(Placement[]) Method
    In This Topic
    Creates a display list for an array of placements.
    Syntax
    public void CreateDisplayList( 
       Placement[] placements
    )
    public:
    void CreateDisplayList( 
       array<Placement^>^ placements
    ) 

    Parameters

    placements
    Objects, for which a graphical representation should be created.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    A null reference is passed to a parameter.
    An error occurred, when creating the display list.
    Remarks
    Removes the representation of previously displayed objects when creating a new list.
    See Also